home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 52
/
Amiga Format AFCD52 (Issue 136, May 2000).iso
/
-in_the_mag-
/
multitasking
/
feature
/
executive_v2.10
/
executiveapi
/
smakefile
< prev
Wrap
Makefile
|
2000-03-02
|
514b
|
25 lines
#
# SAS/C makefile for ExecutiveAPI/Example
#
# This file is public domain.
#
# Author: Petri Nordlund <petrin@megabaud.fi>
#
# $Id: smakefile 1.1 1996/09/05 23:20:18 petrin Exp petrin $
#
#DEBUG = DEBUG=SYMBOLFLUSH
DEBUG =
CFLAGS = PARAMETERS=REGISTERS NOSTACKCHECK STRINGMERGE NOCHECKABORT \
NOMULTIPLEINCLUDES SMALLCODE SMALLDATA $(DEBUG)
Example: Example.o
sc link $(CFLAGS) Example.o
Example.o: Example.c
sc $(CFLAGS) Example.c
clean:
delete Example Example.lnk Example.o